home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net (Turkey) 1998 March
/
.net Internet Dergisi - CD 5.iso
/
mac
/
netCD41
/
DEMO16.DIR
/
00251_Script_guys
< prev
next >
Wrap
Text File
|
1997-12-08
|
830b
|
33 lines
on enterFrame
global pointCursor
repeat with n = 23 to 27
if rollover(n) then
if not the puppet of sprite n then
puppetSprite n, TRUE
set the cursor of sprite n to pointCursor
set the member of sprite n to the number of the member of sprite n +1
end if
else
puppetSprite n, FALSE
end if
end repeat
repeat with n = 7 to 9
if rollover(n) then
if the scoreColor of sprite n <> 1 then
if not the puppet of sprite n then
puppetSprite n, TRUE
set the cursor of sprite n to pointCursor
set the blend of sprite n to 100
end if
end if
else
puppetSprite n, FALSE
end if
end repeat
end
on exitFrame
if the movieTime of sprite 36 < 2956 then go to the frame
end